PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFPopupAnnotation Class / setParent Method
A PDFAnnotation for which the popup is displayed.
In This Topic
    setParent Method
    In This Topic
    Sets the parent annotation
    Syntax
    public void setParent( 
       PDFAnnotation parent
    )

    Parameters

    parent
    A PDFAnnotation for which the popup is displayed.
    See Also